home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / person / amtax92.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-11-18  |  586b  |  27 lines

  1. echo off
  2. cls
  3. echo .
  4. echo .
  5. echo .   FOR A BRIEF DOCUMENTATION MANUAL ON AM-TAX:
  6. echo .
  7. echo .   (1) Insert the AM-Tax program disk into drive A:
  8. echo .
  9. echo .   (2) Align the paper in your computer's printer
  10. echo .
  11. echo .   (3) Turn on your printer.
  12. echo .
  13. echo .   (4) Press any key to print
  14. echo .
  15. echo .   TO SKIP THE PRINTING, press ALT-C now..
  16. pause
  17. if exist *.doc goto start
  18. echo.
  19. echo.   ERROR...Documentation file not found.
  20. echo.
  21. echo.   ACTION..Be sure A: (or B:) prompt is on the DOS screen, then retry.
  22. goto end
  23. :start
  24. copy *.doc prn
  25. :end
  26. echo on
  27.